home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak - Disc 3 / Infomagic - Windows 3-Pak (Disc 3 of 3).iso / Telnet-Clients / HOSTACCESS.exe / MISC.1 / SECWIN1.MCR < prev    next >
Text File  |  1996-01-22  |  272b  |  8 lines

  1. Rem
  2. Rem Simple example of a macro to display a secondary window
  3. Rem wait for 2 seconds and then to remove the secondary Window Control
  4.  
  5. print chr$(27);"_29;1;10;20;10;20;;;2;4;1;3;;;;;;win1;Login Window";chr$(27);"\"
  6. delay 2
  7. print chr$(27);"_29;2win1";chr$(27);"\"
  8.